From: Eli Zaretskii Date: Sat, 26 Jun 2021 09:46:39 +0000 (+0300) Subject: ; * src/lread.c (load_path_default): Remove unused variable. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18^2~2273 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a0f060939456f3680823e34f430e482fcde2f5dd;p=emacs.git ; * src/lread.c (load_path_default): Remove unused variable. --- diff --git a/src/lread.c b/src/lread.c index 4617ffd6265..a6c2db5d994 100644 --- a/src/lread.c +++ b/src/lread.c @@ -4769,7 +4769,6 @@ load_path_default (void) return decode_env_path (0, PATH_DUMPLOADSEARCH, 0); Lisp_Object lpath = Qnil; - const char *loadpath = NULL; lpath = decode_env_path (0, PATH_LOADSEARCH, 0);